/*!
Theme Name: WeSure Landing Pages
Theme URI: http://underscores.me/
Author: ProFile
Author URI: https://www.profilesoft.com/
Description: WordPress theme for WeSure landing pages
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wesurelp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WeSure Landing Pages is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

hr {
  background-color: #000000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.gform_wrapper {
  width: 460px;
  margin: 0 auto;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .gform_wrapper {
    width: 316px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper {
    width: 316px;
  }
  .page-template-lp-v2 .gform_wrapper {
    width: 90%;
  }
}

ul.gform_fields {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

ul.gform_fields li.gfield {
  position: relative;
  margin-bottom: 23px;
}

ul.gform_fields li.gfield label {
  font-size: 21px;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  ul.gform_fields li.gfield label {
    font-size: 17px;
    right: 19px;
  }
}

ul.gform_fields li.gfield label .gfield_required {
  color: #B70808;
}

ul.gform_fields li.gfield.textarea label {
  top: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

ul.gform_fields li.gfield.select label {
  z-index: -1;
}

ul.gform_fields li.gfield .ginput_container input, ul.gform_fields li.gfield .ginput_container select {
  width: 100%;
  height: 51px;
  border-radius: 25.54px;
  background: #fff;
  border: 2px solid #c1c1c1;
  padding-right: 26px;
  font-size: 21px;
  background-repeat: no-repeat;
  background-position: center left 26px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  ul.gform_fields li.gfield .ginput_container input, ul.gform_fields li.gfield .ginput_container select {
    height: 42px;
    font-size: 17px;
    padding-right: 19px;
  }
}

ul.gform_fields li.gfield .ginput_container select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../src/images/down.svg");
  background-position: center left 30px;
}

ul.gform_fields li.gfield .ginput_container select option:first-child {
  display: none;
}

ul.gform_fields li.gfield .ginput_container textarea {
  width: 100%;
  height: 100px;
  background: #fff;
  border: 2px solid #c1c1c1;
  border-radius: 25.54px;
  padding: 18px 23px;
  font-size: 21px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  ul.gform_fields li.gfield .ginput_container textarea {
    height: 85px;
  }
}

ul.gform_fields li.gfield .ginput_container input:focus, ul.gform_fields li.gfield .ginput_container select:focus, ul.gform_fields li.gfield .ginput_container textarea:focus {
  outline: none;
  border-color: #7B7BD1;
}

ul.gform_fields li.gfield .ginput_container.ginput_container_phone input {
  background-image: url("../src/images/phone.svg");
}

ul.gform_fields li.gfield .ginput_container.ginput_container_email input {
  background-image: url("../src/images/envelope.svg");
}

ul.gform_fields li.gfield .ginput_container.ginput_container_date input {
  background-image: url("../src/images/calendar.svg");
}

ul.gform_fields li.gfield.used label {
  font-size: 14px;
  position: absolute;
  top: -18px;
  right: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  ul.gform_fields li.gfield.used label {
    right: 17px;
    font-size: 13px;
    top: -14px;
  }
}

.gform_footer input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7b7bd1), to(#393987));
  background: linear-gradient(#7b7bd1 0%, #393987 100%);
  font-weight: 600;
  font-size: 31px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  border: none;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .gform_footer input[type=submit] {
    height: 50px;
    font-size: 22px;
    line-height: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_footer input[type=submit] {
    height: 50px;
    font-size: 22px;
    line-height: 49px;
  }
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.validation_error {
  color: #d80808;
  font-weight: 600;
  margin-bottom: 23px;
  margin-right: 25px;
  margin-top: -10px;
}

.page-template-lp-v2 .validation_error {
  margin-right: auto;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .validation_error {
    font-size: 15px;
    margin: 0 auto 19px;
    text-align: center;
  }
}

.validation_message {
  position: absolute;
  left: 26px;
  font-size: 14px;
  bottom: 2px;
  color: #d80808;
  font-weight: 600;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .validation_message {
    font-size: 12px;
  }
}

.gform_confirmation_wrapper > div {
  text-align: center;
  margin-top: 200px;
}

.page-template-lp-v2 .gform_confirmation_wrapper > div {
  margin-top: 90px;
}

.gform_confirmation_wrapper > div img {
  display: block;
  margin: 0 auto 30px;
}

.gform_confirmation_wrapper > div .confirmation-message h2 {
  margin-bottom: 0;
}

.gform_confirmation_wrapper > div .confirmation-message p {
  font-size: 25px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .gform_confirmation_wrapper > div {
    margin-top: 45px;
  }
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
  font-family: 'Assistant', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

.page-template-lp-v1 main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v1 main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-lp-v1 .col-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  width: 100%;
}

.page-template-lp-v1 .col-right .bg-overlay {
  background-image: url("../src/images/overlay.svg");
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.page-template-lp-v1 .col-right .patch {
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: 300px;
  height: 190px;
  width: 190px;
  background: -webkit-gradient(linear, left top, left bottom, from(#975991), color-stop(44.8%, #cd4182), to(#f3a252));
  background: linear-gradient(#975991 0%, #cd4182 44.8%, #f3a252 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.page-template-lp-v1 .col-right .patch .patch-inner {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border-radius: 100%;
  border: 1px dashed #ffffff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.page-template-lp-v1 .col-right .patch .patch-inner p {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 80%;
  line-height: 35px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v1 .col-right .patch {
    height: 130px;
    width: 130px;
    bottom: 230px;
  }
  .page-template-lp-v1 .col-right .patch .patch-inner {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    border: 2px dashed #ffffff;
  }
  .page-template-lp-v1 .col-right .patch .patch-inner p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v1 .col-right .patch {
    height: 110px;
    width: 110px;
    bottom: 9vw;
    top: unset;
    left: unset;
    right: 83px;
  }
  .page-template-lp-v1 .col-right .patch .patch-inner p {
    line-height: 21px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-lp-v1 .col-right .patch {
    bottom: 7vw;
    top: unset;
    left: unset;
    right: 20px;
  }
}

.page-template-lp-v1 .opener {
  position: absolute;
  margin: 180px 110px 0 0;
}

.page-template-lp-v1 .opener h1 {
  font-weight: bold;
  font-size: 80px;
  letter-spacing: -0.01em;
  line-height: 92px;
  text-align: right;
  color: #fff;
  max-width: 540px;
  margin: 0;
}

.page-template-lp-v1 .opener p {
  font-weight: normal;
  font-size: 34px;
  line-height: 51px;
  text-align: right;
  color: #fff;
  max-width: 700px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v1 .opener {
    margin: 130px 80px 0 0;
  }
  .page-template-lp-v1 .opener h1 {
    font-size: 54px;
    line-height: 65px;
    max-width: 365px;
  }
  .page-template-lp-v1 .opener p {
    font-size: 26px;
    line-height: 40px;
    max-width: 570px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v1 .opener {
    position: relative;
    margin: 55px auto 0;
    padding-bottom: 220px;
  }
  .page-template-lp-v1 .opener h1 {
    text-align: center;
    font-size: 7vw;
    line-height: 8vw;
    margin: 0 auto 3vw;
  }
  .page-template-lp-v1 .opener p {
    font-size: 21px;
    line-height: 36px;
    text-align: center;
    width: 570px;
    margin: 0 auto;
    max-width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-lp-v1 .opener {
    font-size: 9vw;
    line-height: 12vw;
  }
}

.page-template-lp-v1 .col-left {
  min-width: 600px;
  position: relative;
  padding-top: 85px;
  padding-bottom: 40px;
}

.page-template-lp-v1 .col-left svg#wave {
  position: absolute;
  top: 0;
  right: -90px;
  -webkit-filter: drop-shadow(8px -4px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px -4px 5px rgba(0, 0, 0, 0.3));
  height: 100%;
}

.page-template-lp-v1 .col-left svg#mobile-wave, .page-template-lp-v1 .col-left svg#mobile-wave-color {
  display: none;
}

.page-template-lp-v1 .col-left .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 65px;
  padding: 0 90px;
  margin: 0 auto 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-lp-v1 .col-left .head img.wesure-logo {
  height: 46px;
  width: auto;
}

.page-template-lp-v1 .col-left > h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.gravity-form-submitted .page-template-lp-v1 .col-left > h2 {
  display: none;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v1 .col-left {
    min-width: 455px;
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .page-template-lp-v1 .col-left svg#wave {
    right: -74px;
  }
  .page-template-lp-v1 .col-left .head {
    max-height: 47px;
    padding: 0 70px;
    margin: 0 auto 30px;
  }
  .page-template-lp-v1 .col-left .head img.partner-logo {
    height: 47px;
    width: auto;
  }
  .page-template-lp-v1 .col-left .head img.wesure-logo {
    height: 33px;
    width: auto;
  }
  .page-template-lp-v1 .col-left > h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v1 .col-left {
    padding-top: 50px;
  }
  .page-template-lp-v1 .col-left svg#wave {
    display: none;
  }
  .page-template-lp-v1 .col-left svg#mobile-wave, .page-template-lp-v1 .col-left svg#mobile-wave-color {
    display: block;
    position: absolute;
    width: 100vw;
    bottom: 100%;
  }
  .page-template-lp-v1 .col-left .head {
    max-width: 460px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-lp-v1 .col-left {
    min-width: auto;
  }
  .page-template-lp-v1 .col-left svg#mobile-wave, .page-template-lp-v1 .col-left svg#mobile-wave-color {
    display: block;
    position: absolute;
    width: 100vw;
    bottom: 100%;
  }
  .page-template-lp-v1 .col-left .head {
    width: 316px;
    max-height: 47px;
    margin: 0 auto 30px;
  }
  .page-template-lp-v1 .col-left .head img.partner-logo {
    height: 47px;
    width: auto;
  }
  .page-template-lp-v1 .col-left .head img.wesure-logo {
    height: 33px;
    width: auto;
  }
  .page-template-lp-v1 .col-left > h2 {
    font-size: 20px;
  }
}

.page-template-lp-v1 .footer {
  position: absolute;
  bottom: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  right: 110px;
}

.page-template-lp-v1 .footer a {
  color: #fff;
}

.page-template-lp-v1 .footer .sep {
  border-left: 1px solid #ffffff;
  height: 70px;
  width: 1px;
  margin: 0 40px;
}

.page-template-lp-v1 .footer .call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-lp-v1 .footer .call-us p {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 0 0 0 20px;
}

.page-template-lp-v1 .footer .call-us a {
  font-size: 80px;
  line-height: 35px;
  display: inline-block;
  direction: ltr;
  text-decoration: none;
}

.page-template-lp-v1 .footer .service-data {
  font-size: 26px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65px;
}

.page-template-lp-v1 .footer .service-data p {
  margin: 0;
  line-height: 21px;
}

.page-template-lp-v1 .footer .service-data p a {
  text-decoration: none;
}

.page-template-lp-v1 .footer .service-data #mail-label {
  margin-left: 5px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v1 .footer {
    bottom: 45px;
    right: 80px;
  }
  .page-template-lp-v1 .footer .sep {
    height: 53px;
    margin: 0 20px;
  }
  .page-template-lp-v1 .footer .call-us p {
    font-size: 20px;
    line-height: 26px;
  }
  .page-template-lp-v1 .footer .call-us a {
    font-size: 61px;
  }
  .page-template-lp-v1 .footer .service-data {
    font-size: 20px;
    height: 54px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v1 .footer {
    position: relative;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: unset;
    bottom: unset;
  }
  .page-template-lp-v1 .footer .sep {
    display: none;
  }
  .page-template-lp-v1 .footer .call-us {
    margin-bottom: 25px;
  }
  .page-template-lp-v1 .footer .call-us p {
    font-size: 17px;
    line-height: 24px;
  }
  .page-template-lp-v1 .footer .call-us a {
    font-size: 54px;
  }
  .page-template-lp-v1 .footer .service-data {
    font-size: 17px;
    display: block;
    text-align: center;
  }
  .page-template-lp-v1 .footer .service-data p {
    line-height: 30px;
  }
  .page-template-lp-v1 .footer a {
    color: #000;
  }
}

.page-template-lp-v2 main {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-lp-v2 main .content-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  padding-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-top {
    padding-top: 60px;
  }
}

.page-template-lp-v2 main .content-top .bg-overlay {
  background-image: url("../src/images/overlay.svg");
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.page-template-lp-v2 main .content-top .top-inner {
  z-index: 2;
  position: relative;
  padding-right: 120px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v2 main .content-top .top-inner {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-top .top-inner {
    padding: 0;
    margin: 0 auto;
    max-width: 71vw;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-lp-v2 main .content-top .top-inner {
    max-width: 90vw;
  }
}

.page-template-lp-v2 main .content-top .top-inner .head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-lp-v2 main .content-top .top-inner .head .partner-logo {
  margin-left: 35px;
}

.page-template-lp-v2 main .content-top .top-inner .head .wesure-logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-top .top-inner .head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 25px;
  }
  .page-template-lp-v2 main .content-top .top-inner .head .partner-logo {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-lp-v2 main .content-top .top-inner .head .partner-logo, .page-template-lp-v2 main .content-top .top-inner .head .wesure-logo {
    height: 45px;
  }
}

.page-template-lp-v2 main .content-top .top-inner .opener {
  margin-bottom: 310px;
}

.page-template-lp-v2 main .content-top .top-inner .opener h1 {
  font-weight: bold;
  font-size: 80px;
  letter-spacing: -0.01em;
  line-height: 92px;
  text-align: right;
  color: #fff;
  max-width: 540px;
  margin: 0;
}

.page-template-lp-v2 main .content-top .top-inner .opener p {
  font-weight: normal;
  font-size: 34px;
  line-height: 51px;
  text-align: right;
  color: #fff;
  max-width: 700px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v2 main .content-top .top-inner .opener h1 {
    font-size: 54px;
    line-height: 65px;
  }
  .page-template-lp-v2 main .content-top .top-inner .opener p {
    font-size: 26px;
    line-height: 41px;
    max-width: 580px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-top .top-inner .opener h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 8vw;
    line-height: 10vw;
  }
  .page-template-lp-v2 main .content-top .top-inner .opener p {
    text-align: center;
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-lp-v2 main .content-top .top-inner .opener {
    margin-bottom: 185px;
  }
  .page-template-lp-v2 main .content-top .top-inner .opener h1 {
    font-size: 12vw;
    line-height: 16vw;
  }
  .page-template-lp-v2 main .content-top .top-inner .opener p {
    font-size: 21px;
    line-height: 44px;
  }
}

.page-template-lp-v2 main .content-top #multiwave-desktop {
  position: absolute;
  bottom: 0;
  max-width: 100vw;
  height: auto;
  left: 0;
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-top #multiwave-desktop {
    display: none;
  }
}

.page-template-lp-v2 main .content-top #multiwave-mobile {
  position: absolute;
  bottom: 0;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  left: 0;
}

@media only screen and (min-width: 1280px) {
  .page-template-lp-v2 main .content-top #multiwave-mobile {
    display: none;
  }
}

.page-template-lp-v2 main .contact-wrap {
  position: absolute;
  left: 120px;
  top: 85px;
  background-color: #ffffff;
  width: 562px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 0px 20px rgba(40, 40, 101, 0.5);
          box-shadow: 0px 0px 20px rgba(40, 40, 101, 0.5);
  padding-bottom: 40px;
  padding-top: 10px;
}

.page-template-lp-v2 main .contact-wrap h2 {
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .page-template-lp-v2 main .contact-wrap {
    min-height: 730px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v2 main .contact-wrap {
    width: 398px;
    left: 80px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .contact-wrap {
    width: auto;
    position: relative;
    top: unset;
    left: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    margin: 0 auto;
    max-width: 450px;
    width: 90%;
  }
  .page-template-lp-v2 main .contact-wrap h2 {
    font-size: 20px;
  }
}

.page-template-lp-v2 main .content-bottom {
  background-color: #ffffff;
  padding-right: 120px;
  padding-top: 25px;
  padding-bottom: 60px;
  margin-top: auto;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v2 main .content-bottom {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-bottom {
    padding-right: 0;
  }
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer {
  bottom: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer a {
  color: #000;
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer .sep {
  border-left: 1px solid #000;
  height: 70px;
  width: 1px;
  margin: 0 40px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .sep {
    height: 60px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .sep {
    display: none;
  }
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer .call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer .call-us p {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 0 0 0 20px;
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer .call-us a {
  font-size: 80px;
  line-height: 35px;
  display: inline-block;
  direction: ltr;
  text-decoration: none;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .call-us p {
    font-size: 20px;
    line-height: 30px;
  }
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .call-us a {
    font-size: 61px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .call-us {
    margin-bottom: 15px;
  }
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .call-us p {
    font-size: 17px;
    line-height: 25px;
  }
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .call-us a {
    font-size: 54px;
  }
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer .service-data {
  font-size: 26px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65px;
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer .service-data p {
  margin: 0;
  line-height: 21px;
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer .service-data p a {
  text-decoration: none;
}

.page-template-lp-v2 main .content-bottom .bottom-inner .footer .service-data #mail-label {
  margin-left: 5px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .service-data {
    font-size: 20px;
    height: 60px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .service-data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
  .page-template-lp-v2 main .content-bottom .bottom-inner .footer .service-data p {
    text-align: center;
    font-size: 17px;
  }
}

.page-template-lp-v2 main .patch {
  position: absolute;
  right: 110px;
  z-index: 3;
  bottom: 73px;
  height: 190px;
  width: 190px;
  background: -webkit-gradient(linear, left top, left bottom, from(#975991), color-stop(44.8%, #cd4182), to(#f3a252));
  background: linear-gradient(#975991 0%, #cd4182 44.8%, #f3a252 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.page-template-lp-v2 main .patch .patch-inner {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border-radius: 100%;
  border: 1px dashed #ffffff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.page-template-lp-v2 main .patch .patch-inner p {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 80%;
  line-height: 35px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .page-template-lp-v2 main .patch {
    height: 130px;
    width: 130px;
    bottom: 50px;
  }
  .page-template-lp-v2 main .patch .patch-inner {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    border: 2px dashed #ffffff;
  }
  .page-template-lp-v2 main .patch .patch-inner p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-lp-v2 main .patch {
    height: 110px;
    width: 110px;
    top: unset;
    left: unset;
  }
  .page-template-lp-v2 main .patch .patch-inner p {
    line-height: 21px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1130px) {
  .page-template-lp-v2 main .patch {
    bottom: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-template-lp-v2 main .patch {
    bottom: 0px;
  }
}

@media only screen and (min-width: 696px) and (max-width: 767px) {
  .page-template-lp-v2 main .patch {
    bottom: 33px;
  }
}

@media only screen and (min-width: 620px) and (max-width: 695px) {
  .page-template-lp-v2 main .patch {
    bottom: 20px;
  }
}

@media only screen and (max-width: 619px) {
  .page-template-lp-v2 main .patch {
    right: 37px;
    bottom: 0px;
  }
}
/*# sourceMappingURL=style.css.map */