Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - erm7.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: CloudFront
Date: Sat, 17 May 2025 19:40:35 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Location: https://erm7.com/
X-Cache: Redirect from cloudfront
Via: 1.1 2be97027a80b483d863e32bd7fe334e2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS58-P2
X-Amz-Cf-Id: hbATl69V0KPvavgmE_dHYWzSjXJFvOBInIThYkP6SRYgeSyW5PfV-Q==

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://erm7.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Content-Length: 72428
Connection: keep-alive
Date: Sat, 17 May 2025 03:35:04 GMT
Last-Modified: Wed, 05 Feb 2025 10:56:23 GMT
ETag: "c3957705a39d927ac455f31ca6eb15df"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 7c0d1e5d9f8346ae6627430911337f42.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS58-P2
X-Amz-Cf-Id: DSZcZp0NqyUwwIexDW2bFazfirry7ZPoLBA7_s7fZ34ihzGvmC_BoQ==
Age: 57931

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: erm7.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-US" dir="ltr" data-navigation-type="default" data-navbar-horizontal-shape="default">

  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
    <!-- Primary Meta Tags -->
    <meta name="description" content="ERM7 - Solvency II SCR Data Service. Streamline Solvency Capital Requirements through our expert data-in results-out service for insurers and asset managers. Including Modelling, Data Management, Automation and Reporting">

    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://erm7.com/">
    <meta property="og:title" content="ERM7 | Solvency II SCR Data Service">
    <meta property="og:description" content="Streamline Solvency II compliance with our expert SCR data service for insurers and asset managers. Data-in results-out solution with proven accuracy, including Modelling, Data Management, Automation and Reporting.">

    <!-- Twitter -->
    <meta property="twitter:card" content="summary">
    <meta property="twitter:url" content="https://erm7.com/">
    <meta property="twitter:title" content="ERM7 | Solvency II SCR Data Service">
    <meta property="twitter:description" content="Expert Solvency II SCR solutions for insurers and asset managers. Reliable data processing and reporting since 2015.">

    <!-- ===============================================-->
    <!--    Document Title-->
    <!-- ===============================================-->
    <title>ERM7 | Solvency II SCR Data Service</title>

    <!-- Schema.org Structured Data -->
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "ProfessionalService",
        "name": "ERM7 Ltd",
        "description": "Solvency II SCR Data Service provider specializing in regulatory compliance and capital requirement optimization, including modelling, data management, automation and reporting",
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "Raven House, Cotribe, 29 Linkfield Lane",
            "addressLocality": "Redhill",
            "postalCode": "RH1 1SS",
            "addressCountry": "UK"
        },
        "email": "[email protected]",
        "sameAs": [
            "https://uk.linkedin.com/company/erm7"
        ]
    }
    </script>


    <!-- ===============================================-->
    <!--    Favicons-->
    <!-- ===============================================-->
    <meta name="theme-color" content="#ffffff">
    <script src="vendors/simplebar/simplebar.min.js"></script>
    <script src="assets/js/config.js"></script>


    <!-- ===============================================-->
    <!--    Stylesheets-->
    <!-- ===============================================-->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
    <link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&amp;display=swap" rel="stylesheet">
    <link href="vendors/simplebar/simplebar.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
    <link href="assets/css/theme-rtl.min.css" type="text/css" rel="stylesheet" id="style-rtl">
    <link href="assets/css/theme.min.css" type="text/css" rel="stylesheet" id="style-default">
    <link href="assets/css/user-rtl.min.css" type="text/css" rel="stylesheet" id="user-style-rtl">
    <link href="assets/css/user.min.css" type="text/css" rel="stylesheet" id="user-style-default">
    <script>
      var phoenixIsRTL = window.config.config.phoenixIsRTL;
      if (phoenixIsRTL) {
        var linkDefault = document.getElementById('style-default');
        var userLinkDefault = document.getElementById('user-style-default');
        linkDefault.setAttribute('disabled', true);
        userLinkDefault.setAttribute('disabled', true);
        document.querySelector('html').setAttribute('dir', 'rtl');
      } else {
        var linkRTL = document.getElementById('style-rtl');
        var userLinkRTL = document.getElementById('user-style-rtl');
        linkRTL.setAttribute('disabled', true);
        userLinkRTL.setAttribute('disabled', true);
      }
    </script>
    <style>
      .background-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: url('../../../../background_001.jpg'); */
        background-image: url('assets/img/bg/background_001.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.1;
        z-index: -1;
    }
    </style>

    <link rel="stylesheet" href="contact-form.css">
  </head>


  <body class="bg-body-emphasis" style="--phoenix-scroll-margin-top: 1.2rem;">

    <div class="background-container">

    </div>
    <!-- ===============================================-->
    <!--    Main Content-->
    <!-- ===============================================-->
    <main class="main" id="top">
      <div class="bg-body-emphasis sticky-top" data-navbar-shadow-on-scroll="data-navbar-shadow-on-scroll">
        <nav class="navbar navbar-expand-lg container-small px-3 px-lg-7 px-xxl-3"><a class="navbar-brand flex-1 flex-lg-grow-0" href="/index.html">
            <div class="d-flex align-items-center">
              <!-- <img src="assets/img/icons/logo.png" alt="phoenix" width="27" /> -->
              <p class="logo-text ms-2" style="font-weight: 800;">ERM7</p>
              <p class="logo-text ms-2 long-text" style="font-weight: 400; padding-left: 30px;">Solvency II modelling, data management, automation and reporting</p>
              <p class="logo-text ms-2 short-text" style="font-weight: 400; padding-left: 30px;">Solvency II modelling and reporting</p>
            </div>
          </a>
          <!-- <div class="d-lg-none">
            <div class="theme-control-toggle fa-icon-wait px-2">
              <input class="form-check-input ms-0 theme-control-toggle-input" type="checkbox" data-theme-control="phoenixTheme" value="dark" id="themeControlToggleSm" />
              <label class="mb-0 theme-control-toggle-label theme-control-toggle-light" for="themeControlToggleSm" data-bs-toggle="tooltip" data-bs-placement="left" data-bs-title="Switch theme" style="height:32px;width:32px;"><span class="icon" data-feather="moon"></span></label>
              <label class="mb-0 theme-control-toggle-label theme-control-toggle-dark" for="themeControlToggleSm" data-bs-toggle="tooltip" data-bs-placement="left" data-bs-title="Switch theme" style="height:32px;width:32px;"><span class="icon" data-feather="sun"></span></label>
            </div>
          </div> -->
          <!-- <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button> -->
          <!-- <div class="collapse navbar-collapse" id="navbarSupportedContent">
            <div class="border-bottom border-translucent border-bottom-lg-0 mb-2">
              <div class="search-box d-inline d-lg-none">
                <form class="position-relative">
                  <input class="form-control search-input search rounded-pill my-4" type="search" placeholder="Search" aria-label="Search" />
                  <span class="fas fa-search search-box-icon"></span>

                </form>
              </div>
            </div>
            <ul class="navbar-nav me-auto mb-2 mb-lg-0">
              <li class="nav-item border-bottom border-translucent border-bottom-lg-0"><a class="nav-link lh-1 py-0 fs-9 fw-bold py-3" aria-current="page" href="#">Home</a></li>
              <li class="nav-item border-bottom border-translucent border-bottom-lg-0"><a class="nav-link lh-1 py-0 fs-9 fw-bold py-3" href="#feature">Features</a></li>
              <li class="nav-item border-bottom border-translucent border-bottom-lg-0"><a class="nav-link lh-1 py-0 fs-9 fw-bold py-3" href="#blog">Blog</a></li>
              <li class="nav-item"><a class="nav-link lh-1 py-0 fs-9 fw-bold py-3" href="#team">Team</a></li>
            </ul>
            <div class="d-grid d-lg-flex align-items-center">
              <div class="nav-item d-flex align-items-center d-none d-lg-block pe-2">
                <div class="theme-control-toggle fa-icon-wait px-2">
                  <input class="form-check-input ms-0 theme-control-toggle-input" type="checkbox" data-theme-control="phoenixTheme" value="dark" id="themeControlToggle" />
                  <label class="mb-0 theme-control-toggle-label theme-control-toggle-light" for="themeControlToggle" data-bs-toggle="tooltip" data-bs-placement="left" data-bs-title="Switch theme" style="height:32px;width:32px;"><span class="icon" data-feather="moon"></span></label>
                  <label class="mb-0 theme-control-toggle-label theme-control-toggle-dark" for="themeControlToggle" data-bs-toggle="tooltip" data-bs-placement="left" data-bs-title="Switch theme" style="height:32px;width:32px;"><span class="icon" data-feather="sun"></span></label>
                </div>
              </div><a class="text-body-tertiary text-body-emphasis-hover px-2 d-none d-lg-inline lh-sm" href="#" data-bs-toggle="modal" data-bs-target="#searchBoxModal"><span data-feather="search" style="height: 20px; width: 20px;"></span></a><a class="btn btn-link text-body order-1 order-lg-0 ps-4 me-lg-2" href="../../pages/authentication/simple/sign-in.html">Sign in</a><a class="btn btn-phoenix-primary order-0" href="../../pages/authentication/simple/sign-up.html"><span class="fw-bold">Sign up</span></a>
            </div>
          </div> -->
        </nav>
      </div>

      <section class="pb-2 overflow-hidden" id="home">
        <div class="hero-header-container-alternate position-relative" style="padding-top: 0; padding-bottom: 0">
          <div class="container-small px-lg-7 px-xxl-3">
            <div class="row align-items-center">
              <div class="col-12 col-lg-6 pt-8 pb-6 position-relative z-5 text-center text-lg-start" style="padding-top: 0">
                <h1 class="fs-3 fs-md-2 fs-xl-1 fw-black mb-4"><span class="text-gradient-info me-3">Solvency II SCR Data Service</span><br /></h1>
                <hr/>
                <p class="mb-5 pe-xl-10" style="font-weight: bold;">Streamlining Solvency Capital Requirements (SCR) through a <br/><span style="color: red;">Data-In Results-Out Service</span>.</p>
                <!-- <a class="btn btn-lg btn-primary rounded-pill me-3" href="#!" role="button">Sign up</a> -->
              </div>
              <div class="col-12 col-lg-auto d-none d-lg-block">
                <div class="hero-image-container position-absolute h-100 end-0 d-flex align-items-center">
                  <div class="position-relative">
                    <div class="position-absolute end-0 hero-image-container-overlay" style="transform: skewY(-8deg)"></div><img class="position-absolute end-0 hero-image-container-bg" src="assets/img/bg/bg-36.png" alt="" /><img class="w-100 d-dark-none rounded-2 hero-image-shadow" src="assets/img/bg/barcharts_scr_001.png" alt="hero-header" /><img class="w-100 d-light-none rounded-2 hero-image-shadow" src="assets/img/bg/bg-35.png" alt="hero-header" />
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="container-small px-md-8 mb-8 d-lg-none">
            <div class="position-relative">
              <div class="position-absolute end-0 hero-image-container-overlay"></div><img class="position-absolute top-50 hero-image-container-bg" src="assets/img/bg/bg-39.png" alt="" /><img class="img-fluid ms-auto d-dark-none rounded-2 hero-image-shadow" src="assets/img/bg/barcharts_scr_001.png" alt="hero-header" /><img class="img-fluid ms-auto d-light-none rounded-2 hero-image-shadow" src="assets/img/bg/bg-35.png" alt="hero-header" />
            </div>
          </div>
        </div>
      </section>


      
    <!-- ============================================-->
    <!-- <section> begin ============================-->
      <section class="pb-10" id="feature">

        <div class="container-small px-lg-7 px-xxl-3">

          <hr/>

          <div class="text-center mb-5 position-relative">
            <h5 class="text-info mb-3">The Problem</h5>
          </div>

          <div class="row mb-10 mb-md-5">

            <div class="col-md-12 p-1 pb-10" >
              <ul class="list-group list-group-flush">
                <li class="list-group-item text-center" style="background-color: transparent"><b style="color: red">Solvency II</b> <b>is old news</b>, and insurers have been complying to SCR reporting for a decade. A well-defined and mature regulatory landscape <b>should have streamlined processes, however highly skilled staff</b> at both insurers and asset managers execute <b>manual processes</b> and maintain custom data and modelling solutions.</li>
              </ul>
            </div>              
          </div>

            <!-- <h2 class="text-info mb-3" >WHY</h2> -->
            
        
          <!-- <hr/> -->
          <div class="text-center mb-5 position-relative">
            <h5 class="text-info mb-3">Why it is needed</h5>
            <!-- <h2 class="mb-2 lh-base">For Asset Managers and (Re)Insurers</h2> -->
          </div>
  
          <div class="row mb-10 mb-md-5">

            <div class="col-md-6 p-1 border-right" >
              <h2 class="text-info mb-3" >For Asset Managers</h2>
              
              <ul class="list-group list-group-flush">
                <li class="list-group-item" style="background-color: transparent">Unlock market opportunities and gain <b style="color: red">competitive advantage</b> by providing Fund SCRs and capital requirement breakdowns for insurers</li>
                <li class="list-group-item" style="background-color: transparent">Improve <b>value-add to existing clients</b> through early model data validation of TPT reports</li>
                <li class="list-group-item" style="background-color: transparent">Partner with <b>proven actuarial expertise</b> to support insurance clients</li>
                <li class="list-group-item" style="background-color: transparent"><b>Reduce internal cost</b> and effort of maintaining insurance regulation related processes and data
                </li>
              </ul>
            </div>              
            
            
            <div class="col-md-6 p-3 border-left">
              
              <h2 class="text-info mb-3" >For (Re)Insurers</h2>
              <div style="border-left:1px solid #aaa;height:100%">
                <ul class="list-group list-group-flush">
                  <li class="list-group-item" style="background-color: transparent"><b>Streamline and modernise</b> Solvency II processes</li>
                  <li class="list-group-item" style="background-color: transparent">Reduce non-value <b style="color: red">adding ping pong between</b> Investments,Valuation, Capital and Risk teams</li>
                  <li class="list-group-item" style="background-color: transparent">Maintain models and data pipelines <b>cost efficiently</b></li>
                  <li class="list-group-item" style="background-color: transparent"><b>Reliably</b> accelerate Solvency II working day timetable</li>
                  <li class="list-group-item" style="background-color: transparent"><b style="color: red">Free up skilled people</b> to focus on strategic initiatives and innovation</li>
                </ul>
              </div>
            </div>
          </div>

          </div>
        </div>
        <!-- end of .container-->

      </section>
      <!-- <section> close ============================-->
      <!-- ============================================-->
  



      <!-- ============================================-->
      <!-- <section> begin ============================-->
      <section class="pb-10" id="feature">

        <div class="container-small px-lg-7 px-xxl-3">

          <hr/>

          <div class="text-center mb-5 position-relative">
            <h5 class="text-info mb-3">Why our SCR Data Service Delivers With Confidence</h5>
            <h2 class="mb-2 lh-base">For Asset Managers and (Re)Insurers</h2>
          </div>



          

          <div class="row mb-10 mb-md-5">

            <div class="col-md-8 p-1 border-right" >
              

              <h2 class="text-info mb-3 pt-8" >OUR SOLUTION</h2>
              <ul class="list-group list-group-flush">
                <li class="list-group-item" style="background-color: transparent">We <b>simplify</b> solvency processes to a results-when-needed experience</li>
                <li class="list-group-item" style="background-color: transparent">You provide your data in and <b>we provide results</b> out as a service</li>
                <li class="list-group-item" style="background-color: transparent">We <b>solve complexity</b> by combining actuarial and IT through <b>sound engineering</b></li>
                <li class="list-group-item" style="background-color: transparent"><b style="color: red">Active senior involvement</b> in delivery ensures quality and <b>care</b> of each and every delivery</li>
                <li class="list-group-item" style="background-color: transparent">We have successfully delivered hundreds of reporting cycles <b style="color: red">without a single reporting deadline missed or audit query raised</b></li>
              </ul>
      
              <h2 class="text-info mb-3 pt-8" >THE RESULT</h2>
              <ul class="list-group list-group-flush">
                <li class="list-group-item" style="background-color: transparent">Focus on <b>optimising</b> your SCR rather than producing it</li>
                <li class="list-group-item" style="background-color: transparent"><b style="color: red">Free up your teams</b> to deliver more value such as modernisation projects</li>
                <li class="list-group-item" style="background-color: transparent">Realise <b>significant cost savings</b> compared to current inhouse model and data maintenance</li>
                <li class="list-group-item" style="background-color: transparent">Increase <b>trust in the numbers and timeline</b> through trusted methodologies and robust delivery</li>
                <li class="list-group-item" style="background-color: transparent">You <b style="color: red">retain control</b> over standard or customised models and results with higher speed and <b style="color: red">flexibility</b></li>
              </ul>

              <!-- <h2 class="text-info mb-3 pt-8" >Why a service and not SaaS/Desktop Application etc.</h2>
            
              <ul class="list-group list-group-flush">
                <li class="list-group-item" style="background-color: transparent">We know (we live it) that a single process for Solvency II can fulfill the needs of most companies while still taking their individual data, modelling, reporting or organizational needs into account. </li>
                <li class="list-group-item" style="background-color: transparent">Not constrained by existing choices of technology from different clients which pose restrictions on how complex and at the same time fast and user friendly a process can be.</li>
                <li class="list-group-item" style="background-color: transparent">Not constrained by historic choices for Solvency II implementations on budget, scope or architecure specific to individual clients.</li>
                <li class="list-group-item" style="background-color: transparent">Serving multiple clients allows for synergies and cost savings for all clients at the same time, which it is our responsibility to deal with increased complexity.</li>
                <li class="list-group-item" style="background-color: transparent">But this requires a combination between expertise which is often not core for our clients and while us owning the data and modelling space on the topic allows us to achieve the desired results.</li>
              </ul> -->


            </div>              
            
            <!-- <div class="col-md-1 p-1" >
              <div style="border-left:1px solid #555;height:100%"></div>
            </div> -->

            <div class="col-md-4 p-3 border-left">
              
              <h2 class="text-info mb-3" >OUR CAPABILITIES</h2>
              <div style="border-left:1px solid #aaa;height:100%">
                <ul class="list-group list-group-flush">
                  <li class="list-group-item" style="background-color: transparent"><b>Fits</b> into your process only covering the parts you need</li>
                  <li class="list-group-item" style="background-color: transparent"><b>Unified data pipeline</b> combining multiple asynchronous data sources</li>
                  <li class="list-group-item" style="background-color: transparent">Supports and <b>merges</b> direct investment data with collective investments</li>
                  <li class="list-group-item" style="background-color: transparent">Integrates with <b>data vendors</b></li>
                  <li class="list-group-item" style="background-color: transparent">Allows <b>bespoke</b> inputs</li>
                  <li class="list-group-item" style="background-color: transparent">Standard Formula and <b style="color: red">custom models</b></li>
                  <li class="list-group-item" style="background-color: transparent">Standard and <b style="color: red">custom stresses and scenarios</b></li>
                  <li class="list-group-item" style="background-color: transparent">Reports at asset, portfolio and across <b>multiple portfolio</b> levels</li>
                  <li class="list-group-item" style="background-color: transparent"><b>Custom</b> actuarial analysis of change (AoC)</li>
                  <li class="list-group-item" style="background-color: transparent"><b style="color: red">Robust</b> delivery times</li>
                  <li class="list-group-item" style="background-color: transparent"><b>Competent</b> customer support</li>
                  <li class="list-group-item" style="background-color: transparent"><b>Predictable</b> customisation and maintenance cost</li>
                  <li class="list-group-item" style="background-color: transparent"><b>Expert stakeholder</b> communication across all functions</li>
                  <li class="list-group-item" style="background-color: transparent">Specialist actuarial <b style="color: red">and</b> IT skills</li>
                  <li class="list-group-item" style="background-color: transparent">Work with best-in-class <b>partners</b> to increase value</li>
                </ul>
              </div>
            </div>
          </div>

          </div>
        </div>
        <!-- end of .container-->

      </section>
      <!-- <section> close ============================-->
      <!-- ============================================-->





      <!-- ============================================-->
      <!-- <section> begin ============================-->
        <section class="overflow-hidden rotating-earth-container pb-5 pb-md-0" style="padding-top: 80px !important">

          <div class="container-small px-lg-7 px-xxl-3">

            <hr/>

            <div class="row">
              <div class="col-lg-12 text-center text-lg-start">
                <h5 class="text-info mb-3 text-center">Trust in our numbers</h5>
                <h2 class="mb-2 lh-base text-center">As a team we are committed to</h2>
                <h1 class="fs-4 fs-sm-2 mb-3 text-gradient-info fw-black text-center">Best in class Data and Model Governance</h1>
                <p class="mb-10 text-center">Hundreds of production runs spanning almost a decade across multiple clients without a single missed reporting deadline or audit query</p>
                <div class="row gy-6">
                  <div class="col-sm-6 text-center text-lg-start">
                    <!-- <img class="mb-4 d-dark-none" src="assets/img/icons/lightning-speed.png" alt="" /><img class="mb-4 d-light-none" src="assets/img/icons/lightning-speed-dark.png" alt="" /> -->
                    <h4 class="mb-2">Regulatory Compliance</h4>
                    <p>Models fulfilling Solvency regulation accurately and appropriately.</p>
                  </div>
                  <div class="col-sm-6 text-center text-lg-start">
                    <!-- <img class="mb-4 d-dark-none" src="assets/img/icons/lightning-speed.png" alt="" /><img class="mb-4 d-light-none" src="assets/img/icons/lightning-speed-dark.png" alt="" /> -->
                    <h4 class="mb-2">Accuracy</h4>
                    <p>Models, data transformations and workflow that delivers the highest accuracy possible from the quality of the input data with full visibility and impact analysis of missing data points.</p>
                  </div>
                  <div class="col-sm-6 text-center text-lg-start">
                    <!-- <img class="mb-4 d-dark-none" src="assets/img/icons/lightning-speed.png" alt="" /><img class="mb-4 d-light-none" src="assets/img/icons/lightning-speed-dark.png" alt="" /> -->
                    <h4 class="mb-2">Data validation</h4>
                    <p>Highest data quality and integrity through automated checks, manual validations and continuous monitoring</p>
                  </div>
                  <div class="col-sm-6 text-center text-lg-start">
                    <!-- <img class="mb-4 d-dark-none" src="assets/img/icons/best-statistics.png" alt="" /><img class="mb-4 d-light-none" src="assets/img/icons/best-statistics-dark.png" alt="" /> -->
                    <h4 class="mb-2">Versioning</h4>
                    <p>Version all financial models, data transformation steps and actual data</p>
                  </div>
                  <div class="col-sm-6 text-center text-lg-start">
                    <!-- <img class="mb-4 d-dark-none" src="assets/img/icons/best-statistics.png" alt="" /><img class="mb-4 d-light-none" src="assets/img/icons/best-statistics-dark.png" alt="" /> -->
                    <h4 class="mb-2">Adjustments</h4>
                    <p>Overrides and assumptions where required fully recorded and reported.</p>
                  </div>
                  <div class="col-sm-6 text-center text-lg-start">
                    <!-- <img class="mb-4 d-dark-none" src="assets/img/icons/all-night.png" alt="" /><img class="mb-4 d-light-none" src="assets/img/icons/all-night-dark.png" alt="" /> -->
                    <h4 class="mb-2">Testing</h4>
                    <p>Regression test all changes in models and data transformation steps</p>
                  </div>
                  <div class="col-sm-6 text-center text-lg-start">
                    <!-- <img class="mb-4 d-dark-none" src="assets/img/icons/all-night.png" alt="" /><img class="mb-4 d-light-none" src="assets/img/icons/all-night-dark.png" alt="" /> -->
                    <h4 class="mb-2">Results validation</h4>
                    <p>Solvency reports are checked and validated by data and actuary experts.</p>
                  </div>
                  <div class="col-sm-6 text-center text-lg-start">
                    <!-- <img class="mb-4 d-dark-none" src="assets/img/icons/all-night.png" alt="" /><img class="mb-4 d-light-none" src="assets/img/icons/all-night-dark.png" alt="" /> -->
                    <h4 class="mb-2">Support for Industry Standards</h4>
                    <p>Recognised industry sources and templates pre-configured including TPT, EIOPA inputs, QRT templates and more.</p>
                  </div>
                </div>
              </div>
              <!-- <div class="col-lg-auto">
                <div class="position-relative position-lg-absolute rotating-earth">
                  <div class="lottie d-dark-none" data-options='{"path":"assets/img/animated-icons/rotating-earth.json"}'></div>
                  <div class="lottie d-light-none" data-options='{"path":"assets/img/animated-icons/rotating-earth-dark.json"}'></div><img class="position-absolute d-dark-none" src="assets/img/spot-illustrations/earth-plane.png" alt="" /><img class="position-absolute d-light-none" src="assets/img/spot-illustrations/earth-plane-dark.png" alt="" />
                </div>
              </div> -->
            </div>
          </div>
          <!-- end of .container-->
  
        </section>
        <!-- <section> close ============================-->
        <!-- ============================================-->
  
      <!-- ============================================-->
      <!-- <section> begin ============================-->
        <section class="overflow-hidden pb-5 pb-md-0 pt-12"  style="padding-top: 50px !important">

          <div class="container-small px-lg-7 px-xxl-3">

            <hr/>

            <div class="row">
              <div class="col-lg-12 text-center text-lg-start">
                <h5 class="text-info mb-3 text-center">Trust in our numbers</h5>
                <h2 class="mb-2 lh-base text-center">Free your experts from menial tasks</h2>
                <h1 class="fs-4 fs-sm-2 mb-3 text-gradient-info fw-black text-center">Complex process simplified</h1>
                <p class="mb-10 text-center">You do the stearing, we do the work, you get the results:</p>
                



                <div class="row gx-xl-8 gx-xxl-11">
                  <!-- <div class="col-xl-5 p-xxl-7">
                    <div class="ms-xxl-3 d-none d-xl-block position-sticky" style="top: 30%"><img class="d-dark-none img-fluid" src="../assets/img/spot-illustrations/timeline.png" alt="" /><img class="d-light-none img-fluid" src="../assets/img/spot-illustrations/timeline-dark.png" alt="" /></div>
                  </div> -->
                  <div class="col-xl-12 scrollbar">
                    <div>
                      <h4 class="py-3 border-y mb-5 ms-8">31 October, 2025</h4>
                      <div class="timeline-basic mb-9">
                        <div class="timeline-item">
                          <div class="row g-3">
                            <div class="col-auto">
                              <div class="timeline-item-bar position-relative">
                                <div class="icon-item icon-item-md rounded-7 border border-translucent"><span class="fa-solid fa-swatchbook text-primary fs-9"></span></div><span class="timeline-bar border-end border-dashed"></span>
                              </div>
                            </div>
                            <div class="col">
                              <div class="d-flex justify-content-between">
                                <div class="d-flex mb-2">
                                  <h6 class="lh-sm mb-0 me-2 text-body-secondary timeline-item-title">End of last valuation period</h6>
                                </div>
                                <p class="text-body-quaternary fs-9 mb-0 text-nowrap timeline-time"><span class="fa-regular fa-clock me-1"></span>day 0</p>
                              </div>
                              <h6 class="fs-10 fw-normal mb-3">by <a class="fw-semibold" href="#!">the world</a></h6>
                              <p class="fs-9 text-body-secondary w-sm-60 mb-5">Last period has finished and valuation starts. </p>
                            </div>
                          </div>
                        </div>
                        <div class="timeline-item">
                          <div class="row g-3">
                            <div class="col-auto">
                              <div class="timeline-item-bar position-relative">
                                <div class="icon-item icon-item-md rounded-7 border border-translucent"><span class="fa-solid fa-skull-crossbones text-danger fs-9"></span></div><span class="timeline-bar border-end border-dashed"></span>
                              </div>
                            </div>
                            <div class="col">
                              <div class="d-flex justify-content-between">
                                <div class="d-flex mb-2">
                                  <h6 class="lh-sm mb-0 me-2 text-body-secondary timeline-item-title">External data collected after it gets published</h6>
                                </div>
                                <p class="text-body-quaternary fs-9 mb-0 text-nowrap timeline-time"><span class="fa-regular fa-clock me-1"></span>day 3</p>
                              </div>
                              <h6 class="fs-10 fw-normal mb-3">by <a class="fw-semibold" href="#!">ERM7</a></h6>
                              <p class="fs-9 text-body-secondary w-sm-60 mb-5">
                                <ul class="list-group list-group-flush">
                                  <li class="list-group-item" style="font-size: 0.8rem !important">EIOPA inputs, inflation rates, EURIBOR and other rates</li>
                                  <li class="list-group-item" style="font-size: 0.8rem !important">Client fund data</li>
                                  <li class="list-group-item" style="font-size: 0.8rem !important">Client direct investments</li>
                                </ul>
                              </p>
                            </div>
                          </div>
                        </div>
                        <div class="timeline-item">
                          <div class="row g-3">
                            <div class="col-auto">
                              <div class="timeline-item-bar position-relative">
                                <div class="icon-item icon-item-md rounded-7 border border-translucent"><span class="fa-solid fa-stethoscope text-primary fs-9"></span></div><span class="timeline-bar border-end border-dashed"></span>
                              </div>
                            </div>
                            <div class="col">
                              <div class="d-flex justify-content-between">
                                <div class="d-flex mb-2">
                                  <h6 class="lh-sm mb-0 me-2 text-body-secondary timeline-item-title">Internal data validation, model runs and initial analysis of results</h6>
                                </div>
                                <p class="text-body-quaternary fs-9 mb-0 text-nowrap timeline-time"><span class="fa-regular fa-clock me-1"></span>day 3</p>
                              </div>
                              <h6 class="fs-10 fw-normal mb-3">by <a class="fw-semibold" href="#!">ERM7</a></h6>
                              <p class="fs-9 text-body-secondary w-sm-60 mb-5">Validation, analysis and review of preliminary results if required, client opportunity to provide overrides or adjustments as appropriate</p>
                            </div>
                          </div>
                        </div>
                        <div class="timeline-item">
                          <div class="row g-3">
                            <div class="col-auto">
                              <div class="timeline-item-bar position-relative">
                                <div class="icon-item icon-item-md rounded-7 border border-translucent"><span class="fa-solid fa-utensils text-success fs-9"></span></div><span class="timeline-bar border-end border-dashed"></span>
                              </div>
                            </div>
                            <div class="col">
                              <div class="d-flex justify-content-between">
                                <div class="d-flex mb-2">
                                  <h6 class="lh-sm mb-0 me-2 text-body-secondary timeline-item-title">Finish</h6>
                                </div>
                                <p class="text-body-quaternary fs-9 mb-0 text-nowrap timeline-time"><span class="fa-regular fa-clock me-1"></span>day 5</p>
                              </div>
                              <h6 class="fs-10 fw-normal mb-3">by <a class="fw-semibold" href="#!">ERM7 and Client</a></h6>
                              <p class="fs-9 text-body-secondary w-sm-60 mb-5">Accurate, complete and appropriate Solvency results delivered to client.</p>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>



              </div>
              <!-- <div class="col-lg-auto">
                <div class="position-relative position-lg-absolute rotating-earth">
                  <div class="lottie d-dark-none" data-options='{"path":"assets/img/animated-icons/rotating-earth.json"}'></div>
                  <div class="lottie d-light-none" data-options='{"path":"assets/img/animated-icons/rotating-earth-dark.json"}'></div><img class="position-absolute d-dark-none" src="assets/img/spot-illustrations/earth-plane.png" alt="" /><img class="position-absolute d-light-none" src="assets/img/spot-illustrations/earth-plane-dark.png" alt="" />
                </div>
              </div> -->
            </div>
          </div>
          <!-- end of .container-->
  
        </section>
        <!-- <section> close ============================-->
        <!-- ============================================-->


      <!-- ============================================-->
      <!-- <section> begin ============================-->
      <section class="pb-8 pb-sm-10 pb-xl-14">

        <div class="container-small px-lg-7 px-xxl-3">
          <div class="text-center mb-7">
            <h5 class="text-info mb-3">Contact</h5>
            <!-- <h2 class="mb-2">Choose the best deal for you</h2> -->
          </div>
          <!-- <div class="row">
            <div class="col-12 mb-10">
              <div class="googlemap" data-googlemap="data-googlemap" data-gmap="data-gmap" data-latlng="40.7228022,-74.0020158" data-scrollwheel="false" data-zoom="15" style="height: 381px; border-radius:1.5rem;">
                <div class="marker-content py-3">
                  <h5>Google map</h5>
                  <p>A nice template for your site.<br />Customize it as you want.</p>
                </div>
              </div>
            </div>
          </div> -->
          <div class="row g-5 g-lg-5">
            <div class="col-md-6 mb-5 mb-md-0 text-center text-md-start">
              <h3 class="mb-3">Stay connected</h3>
              <p class="mb-5">Here is how to reach us:</p>
              <div class="d-flex flex-column align-items-center align-items-md-start gap-3 gap-md-0">
                <!-- <div class="d-md-flex align-items-center">
                  <div class="icon-wrapper shadow-info"><span class="uil uil-phone text-primary fs-4 z-1 ms-2" data-bs-theme="light"></span></div>
                  <div class="flex-1 ms-3"><a class="link-900" href="tel:+871406-7509" >+44</a></div>
                </div> -->
                <div class="d-md-flex align-items-center">
                  <div class="icon-wrapper shadow-info"><span class="uil uil-envelope text-primary fs-4 z-1 ms-2" data-bs-theme="light"></span></div>
                  <div class="flex-1 ms-3"><a class="fw-semibold text-body" href="mailto:[email protected]">[email protected]</a></div>
                </div>
                <div class="mb-6 d-md-flex align-items-center">
                  <div class="icon-wrapper shadow-info"><span class="uil uil-map-marker text-primary fs-4 z-1 ms-2" data-bs-theme="light"></span></div>
                  <div class="flex-1 ms-3"><a class="fw-semibold text-body" href="#!">ERM7 Ltd<br/>Raven House, Cotribe<br/>29 Linkfield Lane<br/>Redhill, RH1 1SS<br/>United Kingdom</a></div>
                </div>
                <div class="d-md-flex align-items-center">
                  <div class="icon-wrapper shadow-info"><span class="fa-brands fa-linkedin-in text-primary fs-4 z-1 ms-2" data-bs-theme="light"></span></div>
                  <div class="flex-1 ms-3"><a class="fw-semibold text-body" href="https://uk.linkedin.com/company/erm7">Visit us on LinkedIn</a></div>
                </div>
              </div>
            </div>
            <div class="col-md-6 text-center text-md-start">
              <h3 class="mb-3">Drop us a line</h3>
              <p class="mb-7">If you have any query or need around Solvency II, we would like to offer to you our services. Lets talk, reach us anytime.</p>
              <form class="row g-4"
                  id="contactForm" 
                  data-api-url="https://zkybqu09ej.execute-api.us-east-1.amazonaws.com/default/erm7-website-form-contact-submit"
                  novalidate
                  >
                <div class="form-group">
                  <!-- <label for="name">Name *</label> -->
                  <input type="text" 
                         id="name" 
                         name="name" 
                         required 
                         minlength="2"
                         maxlength="100"
                         pattern="[A-Za-z\s]+"
                         title="Please enter a valid name (letters and spaces only)"
                         class="form-control bg-body-emphasis" type="text" 
                         placeholder="Full Name"
                         >
                  <span class="error-message" id="nameError"></span>
                </div>
                <div class="form-group">
                  <!-- <label for="email">Email *</label> -->
                  <input type="email" 
                         id="email" 
                         name="email" 
                         required
                         maxlength="254"
                         pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$"
                         title="Please enter a valid email address"
                         class="form-control bg-body-emphasis" type="text"
                         placeholder="Company Email"
                         >
                  <span class="error-message" id="emailError"></span>
              </div>
  
              <div class="form-group">
                  <!-- <label for="confirmEmail">Confirm Email *</label> -->
                  <input type="email" 
                         id="confirmEmail" 
                         name="confirmEmail" 
                         required
                         maxlength="254"
                         pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$"
                         title="Please enter a valid email address"
                         class="form-control bg-body-emphasis" type="text"
                         placeholder="Confirm Company Email by entering it again please"
                         >
                  <span class="error-message" id="confirmEmailError"></span>
              </div>
  
              <div class="form-group">
                  <!-- <label for="companyName">Company Name</label> -->
                  <input type="text" 
                         id="companyName" 
                         name="companyName" 
                         required
                         minlength="2"
                         maxlength="100"
                         class="form-control bg-body-emphasis" type="text"
                         placeholder="Company Name"
                         >
                  <span class="error-message" id="companyNameError"></span>
              </div>
  
              <div class="form-group">
                  <!-- <label for="jobTitle">Job Title</label> -->
                  <input type="text" 
                         id="jobTitle" 
                         name="jobTitle" 
                         required
                         minlength="2"
                         maxlength="100"
                         class="form-control bg-body-emphasis" type="text" 
                         placeholder="Job Title"
                         >
                  <span class="error-message" id="jobTitleError"></span>
              </div>
  
              <div class="form-group">
                  <!-- <label for="subject">Subject *</label> -->
                  <input type="text" 
                         id="subject" 
                         name="subject" 
                         required
                         minlength="2"
                         maxlength="200"
                         class="form-control bg-body-emphasis" type="text" 
                         placeholder="Subject"
                         >
                  <span class="error-message" id="subjectError"></span>
              </div>
  
              <div class="form-group">
                  <!-- <label for="message">Message *</label> -->
                  <textarea id="message" 
                            name="message" 
                            required
                            minlength="10"
                            maxlength="1000"
                            rows="10"
                            class="form-control bg-body-emphasis" type="text"
                            placeholder="Message"
                            ></textarea>
                  <span class="error-message" id="messageError"></span>
                </div>

                <div class="form-group d-grid">
                  <button type="submit" class="btn btn-outline-primary">
                      <span>Send Message</span>
                  </button>
                  <div id="spinner" class="spinner-container">
                      <div class="spinner"></div>
                  </div>
                </div>
                <div id="formResponse"></div>

              </form>
            </div>
          </div>
        </div>
        <!-- end of .container-->

      </section>
      <!-- <section> close ============================-->
      <!-- ============================================-->


      <section class="alternate-landing-team" id="team">
        <div class="position-absolute w-100 h-100 start-0 end-0 top-0 bg-body dark__bg-gray-1000" style="transform: skewY(-6deg); transform-origin: right"></div>
        <div class="bg-holder d-none d-xl-block" style="background-image:url(assets/img/bg/bg-left-23.png);background-size:auto;background-position:left center;">
        </div>
        <!--/.bg-holder-->

        <!-- <div class="bg-holder d-none d-xl-block" style="background-image:url(assets/img/bg/bg-right-23.png);background-size:auto;background-position:right center;">
        </div> -->
        <!--/.bg-holder-->

        <div class="text-center mb-11 position-relative">
          <h5 class="text-info mb-3">People</h5>
          <h2 class="mb-2">Our Management</h2>
        </div>
        <div class="container-small position-relative">
          <div class="row justify-content-center">
            <div class="col-lg-8 col-xl-6">
              <div class="row gx-3 gy-6 justify-content-center">
                <div class="col-sm-6 col-md-4">
                  <div class="text-center"> <img class="w-70 w-sm-100 rounded-4 mb-3" src="assets/img/photo_ab.jpg" alt="" />
                    <h4>Andries Beukes</h4>
                    <h5 class="fw-semibold">Actuarial and Finance</h5>
                  </div>
                </div>
                <div class="col-sm-6 col-md-4">
                  <div class="text-center"> <img class="w-70 w-sm-100 rounded-4 mb-3" src="assets/img/photo_cm.jpg" alt="" />
                    <h4>Christo Muller</h4>
                    <h5 class="fw-semibold">Business Development</h5>
                  </div>
                </div>
                <div class="col-sm-6 col-md-4">
                  <div class="text-center"> <img class="w-70 w-sm-100 rounded-4 mb-3" src="assets/img/photo_ps.png" alt="" />
                    <h4>Plamen Stamov</h4>
                    <h5 class="fw-semibold">Technology</h5>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </section>






      <!-- ============================================-->
      <!-- <section> begin ============================-->
      <section class="bg-dark dark__bg-gray-1000" data-bs-theme="dark">

        <div class="container-small px-lg-7 px-xxl-3">
          <div class="row gx-xxl-8 gy-5 align-items-center mb-5">
            <!-- <div class="col-xl-auto text-center"><a href="#"><img src="assets/img/icons/logo-white.png" height="48" alt="" /></a></div> -->
            <div class="col-xl-auto flex-1">
              <ul class="list-unstyled d-flex justify-content-center flex-wrap mb-0 border-end-xl border-dashed gap-3 gap-xl-8 pe-xl-5 pe-xxl-8 w-75 w-md-100 mx-auto">
                <li><p class="text-body-tertiary mb-0">Copyright © ERM7 UK 2024-2025</p></li>

                <li><a class="text-light text-opacity-75" href="privacy-policy.html">Privacy Policy</a></li>
                <li><a class="text-light text-opacity-75" href="cookies-policy.html">Cookies Policy</a></li>
                <li><a class="text-light text-opacity-75" href="terms-and-conditions.html">Website Terms and Conditions</a></li>

                <!-- <li><a class="text-light text-opacity-75" href="">Contact us</a></li>
                <li><a class="text-light text-opacity-75" href="">Newsroom</a></li>
                <li><a class="text-light text-opacity-75" href="">Opportunities</a></li> -->
                <!-- <li><a class="text-light text-opacity-75" href="">Login</a></li>
                <li><a class="text-light text-opacity-75" href="">Sign Up</a></li>
                <li><a class="text-light text-opacity-75" href="">Support</a></li>
                <li><a class="text-light text-opacity-75" href="">FAQ</a></li> -->
              </ul>
            </div>
            <!-- <div class="col-xl-auto">
              <div class="d-flex align-items-center justify-content-center gap-8">
                <!-- <a class="text-white" href="#!"> <span class="fa-brands fa-facebook"></span></a>
                <a class="text-white" href="#!"> <span class="fa-brands fa-twitter"></span></a> -->
                <!-- <a class="text-white" href="https://uk.linkedin.com/company/erm7"> <span class="fa-brands fa-linkedin-in"></span></a></div> -->
            <!-- </div> --> -->
          </div>
          <!-- <hr class="border-top" />
          <div class="d-sm-flex flex-between-center text-center">
            <p class="text-body-tertiary mb-0">Copyright © ERM7 UK 2024-2025</p>
          </div> -->
        </div>
        <!-- end of .container-->

      </section>
      <!-- <section> close ============================-->
      <!-- ============================================-->


      <!-- <div class="support-chat-container">
        <div class="container-fluid support-chat">
          <div class="card bg-body-emphasis">
            <div class="card-header d-flex flex-between-center px-4 py-3 border-bottom border-translucent">
              <h5 class="mb-0 d-flex align-items-center gap-2">Demo widget<span class="fa-solid fa-circle text-success fs-11"></span></h5>
              <div class="btn-reveal-trigger">
                <button class="btn btn-link p-0 dropdown-toggle dropdown-caret-none transition-none d-flex" type="button" id="support-chat-dropdown" data-bs-toggle="dropdown" data-boundary="window" aria-haspopup="true" aria-expanded="false" data-bs-reference="parent"><span class="fas fa-ellipsis-h text-body"></span></button>
                <div class="dropdown-menu dropdown-menu-end py-2" aria-labelledby="support-chat-dropdown"><a class="dropdown-item" href="#!">Request a callback</a><a class="dropdown-item" href="#!">Search in chat</a><a class="dropdown-item" href="#!">Show history</a><a class="dropdown-item" href="#!">Report to Admin</a><a class="dropdown-item btn-support-chat" href="#!">Close Support</a></div>
              </div>
            </div>
            <div class="card-body chat p-0">
              <div class="d-flex flex-column-reverse scrollbar h-100 p-3">
                <div class="text-end mt-6"><a class="mb-2 d-inline-flex align-items-center text-decoration-none text-body-emphasis bg-body-hover rounded-pill border border-primary py-2 ps-4 pe-3" href="#!">
                    <p class="mb-0 fw-semibold fs-9">I need help with something</p><span class="fa-solid fa-paper-plane text-primary fs-9 ms-3"></span>
                  </a><a class="mb-2 d-inline-flex align-items-center text-decoration-none text-body-emphasis bg-body-hover rounded-pill border border-primary py-2 ps-4 pe-3" href="#!">
                    <p class="mb-0 fw-semibold fs-9">I can’t reorder a product I previously ordered</p><span class="fa-solid fa-paper-plane text-primary fs-9 ms-3"></span>
                  </a><a class="mb-2 d-inline-flex align-items-center text-decoration-none text-body-emphasis bg-body-hover rounded-pill border border-primary py-2 ps-4 pe-3" href="#!">
                    <p class="mb-0 fw-semibold fs-9">How do I place an order?</p><span class="fa-solid fa-paper-plane text-primary fs-9 ms-3"></span>
                  </a><a class="false d-inline-flex align-items-center text-decoration-none text-body-emphasis bg-body-hover rounded-pill border border-primary py-2 ps-4 pe-3" href="#!">
                    <p class="mb-0 fw-semibold fs-9">My payment method not working</p><span class="fa-solid fa-paper-plane text-primary fs-9 ms-3"></span>
                  </a>
                </div>
                <div class="text-center mt-auto">
                  <div class="avatar avatar-3xl status-online"><img class="rounded-circle border border-3 border-light-subtle" src="assets/img/team/30.webp" alt="" /></div>
                  <h5 class="mt-2 mb-3">Eric</h5>
                  <p class="text-center text-body-emphasis mb-0">Ask us anything – we’ll get back to you here or by email within 24 hours.</p>
                </div>
              </div>
            </div>
            <div class="card-footer d-flex align-items-center gap-2 border-top border-translucent ps-3 pe-4 py-3">
              <div class="d-flex align-items-center flex-1 gap-3 border border-translucent rounded-pill px-4">
                <input class="form-control outline-none border-0 flex-1 fs-9 px-0" type="text" placeholder="Write message" />
                <label class="btn btn-link d-flex p-0 text-body-quaternary fs-9 border-0" for="supportChatPhotos"><span class="fa-solid fa-image"></span></label>
                <input class="d-none" type="file" accept="image/*" id="supportChatPhotos" />
                <label class="btn btn-link d-flex p-0 text-body-quaternary fs-9 border-0" for="supportChatAttachment"> <span class="fa-solid fa-paperclip"></span></label>
                <input class="d-none" type="file" id="supportChatAttachment" />
              </div>
              <button class="btn p-0 border-0 send-btn"><span class="fa-solid fa-paper-plane fs-9"></span></button>
            </div>
          </div>
        </div>
        <button class="btn btn-support-chat p-0 border border-translucent"><span class="fs-8 btn-text text-primary text-nowrap">Chat demo</span><span class="ping-icon-wrapper mt-n4 ms-n6 mt-sm-0 ms-sm-2 position-absolute position-sm-relative"><span class="ping-icon-bg"></span><span class="fa-solid fa-circle ping-icon"></span></span><span class="fa-solid fa-headset text-primary fs-8 d-sm-none"></span><span class="fa-solid fa-chevron-down text-primary fs-7"></span></button>
      </div> -->
    </main>
    <!-- ===============================================-->
    <!--    End of Main Content-->
    <!-- ===============================================-->


    <!-- <div class="offcanvas offcanvas-end settings-panel border-0" id="settings-offcanvas" tabindex="-1" aria-labelledby="settings-offcanvas">
      <div class="offcanvas-header align-items-start border-bottom flex-column border-translucent">
        <div class="pt-1 w-100 mb-6 d-flex justify-content-between align-items-start">
          <div>
            <h5 class="mb-2 me-2 lh-sm"><span class="fas fa-palette me-2 fs-8"></span>Theme Customizer</h5>
            <p class="mb-0 fs-9">Explore different styles according to your preferences</p>
          </div>
          <button class="btn p-1 fw-bolder" type="button" data-bs-dismiss="offcanvas" aria-label="Close"><span class="fas fa-times fs-8"> </span></button>
        </div>
        <button class="btn btn-phoenix-secondary w-100" data-theme-control="reset"><span class="fas fa-arrows-rotate me-2 fs-10"></span>Reset to default</button>
      </div>
      <div class="offcanvas-body scrollbar px-card" id="themeController">
        <div class="setting-panel-item mt-0">
          <h5 class="setting-panel-item-title">Color Scheme</h5>
          <div class="row gx-2">
            <div class="col-4">
              <input class="btn-check" id="themeSwitcherLight" name="theme-color" type="radio" value="light" data-theme-control="phoenixTheme" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="themeSwitcherLight"> <span class="mb-2 rounded d-block"><img class="img-fluid img-prototype mb-0" src="assets/img/generic/default-light.png" alt=""/></span><span class="label-text">Light</span></label>
            </div>
            <div class="col-4">
              <input class="btn-check" id="themeSwitcherDark" name="theme-color" type="radio" value="dark" data-theme-control="phoenixTheme" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="themeSwitcherDark"> <span class="mb-2 rounded d-block"><img class="img-fluid img-prototype mb-0" src="assets/img/generic/default-dark.png" alt=""/></span><span class="label-text"> Dark</span></label>
            </div>
            <div class="col-4">
              <input class="btn-check" id="themeSwitcherAuto" name="theme-color" type="radio" value="auto" data-theme-control="phoenixTheme" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="themeSwitcherAuto"> <span class="mb-2 rounded d-block"><img class="img-fluid img-prototype mb-0" src="assets/img/generic/auto.png" alt=""/></span><span class="label-text"> Auto</span></label>
            </div>
          </div>
        </div>
        <div class="border border-translucent rounded-3 p-4 setting-panel-item bg-body-emphasis">
          <div class="d-flex justify-content-between align-items-center">
            <h5 class="setting-panel-item-title mb-1">RTL </h5>
            <div class="form-check form-switch mb-0">
              <input class="form-check-input ms-auto" type="checkbox" data-theme-control="phoenixIsRTL" />
            </div>
          </div>
          <p class="mb-0 text-body-tertiary">Change text direction</p>
        </div>
        <div class="border border-translucent rounded-3 p-4 setting-panel-item bg-body-emphasis">
          <div class="d-flex justify-content-between align-items-center">
            <h5 class="setting-panel-item-title mb-1">Support Chat </h5>
            <div class="form-check form-switch mb-0">
              <input class="form-check-input ms-auto" type="checkbox" data-theme-control="phoenixSupportChat" />
            </div>
          </div>
          <p class="mb-0 text-body-tertiary">Toggle support chat</p>
        </div>
        <div class="setting-panel-item">
          <h5 class="setting-panel-item-title">Navigation Type</h5>
          <div class="row gx-2">
            <div class="col-6">
              <input class="btn-check" id="navbarPositionVertical" name="navigation-type" type="radio" value="vertical" data-theme-control="phoenixNavbarPosition" data-page-url="../../documentation/layouts/vertical-navbar.html" disabled="disabled" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="navbarPositionVertical"> <span class="rounded d-block"><img class="img-fluid img-prototype d-dark-none" src="assets/img/generic/default-light.png" alt=""/><img class="img-fluid img-prototype d-light-none" src="assets/img/generic/default-dark.png" alt=""/></span><span class="label-text">Vertical</span></label>
            </div>
            <div class="col-6">
              <input class="btn-check" id="navbarPositionHorizontal" name="navigation-type" type="radio" value="horizontal" data-theme-control="phoenixNavbarPosition" data-page-url="../../documentation/layouts/horizontal-navbar.html" disabled="disabled" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="navbarPositionHorizontal"> <span class="rounded d-block"><img class="img-fluid img-prototype d-dark-none" src="assets/img/generic/top-default.png" alt=""/><img class="img-fluid img-prototype d-light-none" src="assets/img/generic/top-default-dark.png" alt=""/></span><span class="label-text"> Horizontal</span></label>
            </div>
            <div class="col-6">
              <input class="btn-check" id="navbarPositionCombo" name="navigation-type" type="radio" value="combo" data-theme-control="phoenixNavbarPosition" disabled="disabled" data-page-url="../../documentation/layouts/combo-navbar.html" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="navbarPositionCombo"> <span class="rounded d-block"><img class="img-fluid img-prototype d-dark-none" src="assets/img/generic/nav-combo-light.png" alt=""/><img class="img-fluid img-prototype d-light-none" src="assets/img/generic/nav-combo-dark.png" alt=""/></span><span class="label-text"> Combo</span></label>
            </div>
            <div class="col-6">
              <input class="btn-check" id="navbarPositionTopDouble" name="navigation-type" type="radio" value="dual-nav" data-theme-control="phoenixNavbarPosition" disabled="disabled" data-page-url="../../documentation/layouts/dual-nav.html" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="navbarPositionTopDouble"> <span class="rounded d-block"><img class="img-fluid img-prototype d-dark-none" src="assets/img/generic/dual-light.png" alt=""/><img class="img-fluid img-prototype d-light-none" src="assets/img/generic/dual-dark.png" alt=""/></span><span class="label-text"> Dual nav</span></label>
            </div>
          </div>
          <p class="text-warning-dark font-medium"> <span class="fa-solid fa-triangle-exclamation me-2 text-warning"></span>You can't update navigation type in this page</p>
        </div>
        <div class="setting-panel-item">
          <h5 class="setting-panel-item-title">Vertical Navbar Appearance</h5>
          <div class="row gx-2">
            <div class="col-6">
              <input class="btn-check" id="navbar-style-default" type="radio" name="config.name" value="default" data-theme-control="phoenixNavbarVerticalStyle" disabled="disabled" />
              <label class="btn d-block w-100 btn-navbar-style fs-9" for="navbar-style-default"> <img class="img-fluid img-prototype d-dark-none" src="assets/img/generic/default-light.png" alt="" /><img class="img-fluid img-prototype d-light-none" src="assets/img/generic/default-dark.png" alt="" /><span class="label-text d-dark-none"> Default</span><span class="label-text d-light-none">Default</span></label>
            </div>
            <div class="col-6">
              <input class="btn-check" id="navbar-style-dark" type="radio" name="config.name" value="darker" data-theme-control="phoenixNavbarVerticalStyle" disabled="disabled" />
              <label class="btn d-block w-100 btn-navbar-style fs-9" for="navbar-style-dark"> <img class="img-fluid img-prototype d-dark-none" src="assets/img/generic/vertical-darker.png" alt="" /><img class="img-fluid img-prototype d-light-none" src="assets/img/generic/vertical-lighter.png" alt="" /><span class="label-text d-dark-none"> Darker</span><span class="label-text d-light-none">Lighter</span></label>
            </div>
          </div>
          <p class="text-warning-dark font-medium"> <span class="fa-solid fa-triangle-exclamation me-2 text-warning"></span>You can't update vertical navbar appearance in this page</p>
        </div>
        <div class="setting-panel-item">
          <h5 class="setting-panel-item-title">Horizontal Navbar Shape</h5>
          <div class="row gx-2">
            <div class="col-6">
              <input class="btn-check" id="navbarShapeDefault" name="navbar-shape" type="radio" value="default" data-theme-control="phoenixNavbarTopShape" data-page-url="../../documentation/layouts/horizontal-navbar.html" disabled="disabled" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="navbarShapeDefault"> <span class="mb-2 rounded d-block"><img class="img-fluid img-prototype d-dark-none mb-0" src="assets/img/generic/top-default.png" alt=""/><img class="img-fluid img-prototype d-light-none mb-0" src="assets/img/generic/top-default-dark.png" alt=""/></span><span class="label-text">Default</span></label>
            </div>
            <div class="col-6">
              <input class="btn-check" id="navbarShapeSlim" name="navbar-shape" type="radio" value="slim" data-theme-control="phoenixNavbarTopShape" data-page-url="../../documentation/layouts/horizontal-navbar.html#horizontal-navbar-slim" disabled="disabled" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="navbarShapeSlim"> <span class="mb-2 rounded d-block"><img class="img-fluid img-prototype d-dark-none mb-0" src="assets/img/generic/top-slim.png" alt=""/><img class="img-fluid img-prototype d-light-none mb-0" src="assets/img/generic/top-slim-dark.png" alt=""/></span><span class="label-text"> Slim</span></label>
            </div>
          </div>
          <p class="text-warning-dark font-medium"> <span class="fa-solid fa-triangle-exclamation me-2 text-warning"></span>You can't update horizontal navbar shape in this page</p>
        </div>
        <div class="setting-panel-item">
          <h5 class="setting-panel-item-title">Horizontal Navbar Appearance</h5>
          <div class="row gx-2">
            <div class="col-6">
              <input class="btn-check" id="navbarTopDefault" name="navbar-top-style" type="radio" value="default" data-theme-control="phoenixNavbarTopStyle" disabled="disabled" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="navbarTopDefault"> <span class="mb-2 rounded d-block"><img class="img-fluid img-prototype d-dark-none mb-0" src="assets/img/generic/top-default.png" alt=""/><img class="img-fluid img-prototype d-light-none mb-0" src="assets/img/generic/top-style-darker.png" alt=""/></span><span class="label-text">Default</span></label>
            </div>
            <div class="col-6">
              <input class="btn-check" id="navbarTopDarker" name="navbar-top-style" type="radio" value="darker" data-theme-control="phoenixNavbarTopStyle" disabled="disabled" />
              <label class="btn d-inline-block btn-navbar-style fs-9" for="navbarTopDarker"> <span class="mb-2 rounded d-block"><img class="img-fluid img-prototype d-dark-none mb-0" src="assets/img/generic/navbar-top-style-light.png" alt=""/><img class="img-fluid img-prototype d-light-none mb-0" src="assets/img/generic/top-style-lighter.png" alt=""/></span><span class="label-text d-dark-none">Darker</span><span class="label-text d-light-none">Lighter</span></label>
            </div>
          </div>
          <p class="text-warning-dark font-medium"> <span class="fa-solid fa-triangle-exclamation me-2 text-warning"></span>You can't update horizontal navbar appearance in this page</p>
        </div><a class="bun btn-primary d-grid mb-3 text-white mt-5 btn btn-primary" href="https://themes.getbootstrap.com/product/phoenix-admin-dashboard-webapp-template/" target="_blank">Purchase template</a>
      </div>
    </div> -->
    <!-- <a class="card setting-toggle" href="#settings-offcanvas" data-bs-toggle="offcanvas">
      <div class="card-body d-flex align-items-center px-2 py-1">
        <div class="position-relative rounded-start" style="height:34px;width:28px">
          <div class="settings-popover"><span class="ripple"><span class="fa-spin position-absolute all-0 d-flex flex-center"><span class="icon-spin position-absolute all-0 d-flex flex-center">
                  <svg width="20" height="20" viewBox="0 0 20 20" fill="#ffffff" xmlns="http://www.w3.org/2000/svg">
                    <path d="M19.7369 12.3941L19.1989 12.1065C18.4459 11.7041 18.0843 10.8487 18.0843 9.99495C18.0843 9.14118 18.4459 8.28582 19.1989 7.88336L19.7369 7.59581C19.9474 7.47484 20.0316 7.23291 19.9474 7.03131C19.4842 5.57973 18.6843 4.28943 17.6738 3.20075C17.5053 3.03946 17.2527 2.99914 17.0422 3.12011L16.393 3.46714C15.6883 3.84379 14.8377 3.74529 14.1476 3.3427C14.0988 3.31422 14.0496 3.28621 14.0002 3.25868C13.2568 2.84453 12.7055 2.10629 12.7055 1.25525V0.70081C12.7055 0.499202 12.5371 0.297594 12.2845 0.257272C10.7266 -0.105622 9.16879 -0.0653007 7.69516 0.257272C7.44254 0.297594 7.31623 0.499202 7.31623 0.70081V1.23474C7.31623 2.09575 6.74999 2.8362 5.99824 3.25599C5.95774 3.27861 5.91747 3.30159 5.87744 3.32493C5.15643 3.74527 4.26453 3.85902 3.53534 3.45302L2.93743 3.12011C2.72691 2.99914 2.47429 3.03946 2.30587 3.20075C1.29538 4.28943 0.495411 5.57973 0.0322686 7.03131C-0.051939 7.23291 0.0322686 7.47484 0.242788 7.59581L0.784376 7.8853C1.54166 8.29007 1.92694 9.13627 1.92694 9.99495C1.92694 10.8536 1.54166 11.6998 0.784375 12.1046L0.242788 12.3941C0.0322686 12.515 -0.051939 12.757 0.0322686 12.9586C0.495411 14.4102 1.29538 15.7005 2.30587 16.7891C2.47429 16.9504 2.72691 16.9907 2.93743 16.8698L3.58669 16.5227C4.29133 16.1461 5.14131 16.2457 5.8331 16.6455C5.88713 16.6767 5.94159 16.7074 5.99648 16.7375C6.75162 17.1511 7.31623 17.8941 7.31623 18.7552V19.2891C7.31623 19.4425 7.41373 19.5959 7.55309 19.696C7.64066 19.7589 7.74815 19.7843 7.85406 19.8046C9.35884 20.0925 10.8609 20.0456 12.2845 19.7729C12.5371 19.6923 12.7055 19.4907 12.7055 19.2891V18.7346C12.7055 17.8836 13.2568 17.1454 14.0002 16.7312C14.0496 16.7037 14.0988 16.6757 14.1476 16.6472C14.8377 16.2446 15.6883 16.1461 16.393 16.5227L17.0422 16.8698C17.2527 16.9907 17.5053 16.9504 17.6738 16.7891C18.7264 15.7005 19.4842 14.4102 19.9895 12.9586C20.0316 12.757 19.9474 12.515 19.7369 12.3941ZM10.0109 13.2005C8.1162 13.2005 6.64257 11.7893 6.64257 9.97478C6.64257 8.20063 8.1162 6.74905 10.0109 6.74905C11.8634 6.74905 13.3792 8.20063 13.3792 9.97478C13.3792 11.7893 11.8634 13.2005 10.0109 13.2005Z" fill="#2A7BE4"></path>
                  </svg></span></span></span></div>
        </div><small class="text-uppercase text-body-tertiary fw-bold py-2 pe-2 ps-1 rounded-end">customize</small>
      </div>
    </a> -->


    <!-- ===============================================-->
    <!--    JavaScripts-->
    <!-- ===============================================-->
    <script src="vendors/popper/popper.min.js"></script>
    <script src="vendors/bootstrap/bootstrap.min.js"></script>
    <script src="vendors/anchorjs/anchor.min.js"></script>
    <script src="vendors/is/is.min.js"></script>
    <script src="vendors/fontawesome/all.min.js"></script>
    <script src="vendors/lodash/lodash.min.js"></script>
    <script src="https://polyfill.io/v3/polyfill.min.js?features=window.scroll"></script>
    <script src="vendors/list.js/list.min.js"></script>
    <script src="vendors/feather-icons/feather.min.js"></script>
    <script src="vendors/dayjs/dayjs.min.js"></script>
    <script src="assets/js/phoenix.js"></script>
    <script src="vendors/isotope-layout/isotope.pkgd.min.js"></script>
    <script src="vendors/imagesloaded/imagesloaded.pkgd.min.js"></script>
    <script src="vendors/isotope-packery/packery-mode.pkgd.min.js"></script>
    <script src="vendors/bigpicture/BigPicture.js"></script>
    <script src="vendors/lottie/lottie.min.js"></script>
    <script src="vendors/countup/countUp.umd.js"></script>
    <!-- <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDbaQGvhe7Af-uOMJz68NWHnO34UjjE7Lo&callback=initMap" async></script> -->


    <script src="validation.js" defer> </script>

  </body>

</html>
                               

Whois info of domain

Domain Name: ERM7.COM
Registry Domain ID: 2027917946_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.name.com
Registrar URL: http://www.name.com
Updated Date: 2025-04-21T16:12:40Z
Creation Date: 2016-05-13T14:42:32Z
Registry Expiry Date: 2026-05-13T14:42:32Z
Registrar: Name.com, Inc.
Registrar IANA ID: 625
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 7202492374
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-1391.AWSDNS-45.ORG
Name Server: NS-1607.AWSDNS-08.CO.UK
Name Server: NS-46.AWSDNS-05.COM
Name Server: NS-757.AWSDNS-30.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T19:40:23Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass