{"version":3,"sources":["webpack://t-cards-online/./src/components/LegalNav/LegalNav.jsx","webpack://t-cards-online/./src/components/LegalNav/LegalNav.module.scss","webpack://t-cards-online/./src/components/SidebarLayout/SidebarLayout.jsx","webpack://t-cards-online/./src/components/SidebarLayout/SidebarLayout.module.scss","webpack://t-cards-online/./src/pages/legal/acceptable-use.js"],"names":["styleProps","className","activeClassName","Nav","defaultActiveKey","to","as","Link","title","nav","LegalNav","content","Masthead","small","Container","Row","Col","Button","variant","size","href","xs","span","order","lg","id","Content"],"mappings":"uLAmCA,EA9BiB,WACf,IAAMA,EAAa,CACjBC,UCNc,+BDOdC,gBCNgB,kCDSlB,OACE,gBAACC,EAAA,EAAD,CAAKC,iBAAiB,iBAAiBH,UAAU,eAC/C,gBAACE,EAAA,OAAD,iBAAcH,EAAd,CAA0BK,GAAG,iBAAiBC,GAAIC,SAAlD,WAGA,gBAACJ,EAAA,OAAD,iBAAcH,EAAd,CAA0BK,GAAG,iBAAiBC,GAAIC,SAAlD,WAGA,gBAACJ,EAAA,OAAD,iBAAcH,EAAd,CAA0BK,GAAG,0BAA0BC,GAAIC,SAA3D,sBAGA,gBAACJ,EAAA,OAAD,iBAAcH,EAAd,CAA0BK,GAAG,sBAAsBC,GAAIC,SAAvD,gBAMA,gBAACJ,EAAA,OAAD,iBAAcH,EAAd,CAA0BK,GAAG,wBAAwBC,GAAIC,SAAzD,qB,0IEWN,EAjCsB,SAAC,GAIhB,IAAD,IAHJC,aAGI,MAHI,QAGJ,MAFJC,WAEI,MAFE,gBAACC,EAAA,EAAD,MAEF,MADJC,eACI,MADM,+DACN,EACJ,OACE,gCACE,gBAACC,EAAA,EAAD,CAAUC,OAAK,GACb,0BAAKL,IAEP,2BAASP,UCfG,qCDgBV,gBAACa,EAAA,EAAD,KACE,gBAACC,EAAA,EAAD,KACE,gBAACC,EAAA,EAAD,CAAKf,UCjBO,2CDkBV,gBAACgB,EAAA,EAAD,CAAQC,QAAQ,UAAUC,KAAK,KAAKC,KAAK,aAAzC,SAIF,gBAACJ,EAAA,EAAD,CACEK,GAAI,CAAEC,KAAM,GAAIC,MAAO,GACvBC,GAAI,CAAEF,KAAM,EAAGC,MAAO,GACtBE,GAAG,YAEFhB,GAEH,gBAACO,EAAA,EAAD,CAAKQ,GAAI,GAAIb,S,oFE1BnBe,EAAU,WACd,OACE,gCACE,+OAKA,0BACE,+DACA,uEACA,yEACA,8EACA,6CACA,kDACA,+CACA,mDACA,0EAEF,yBACE,+DAEF,oHAIA,yPAMA,6DACoC,IAClC,qBAAGN,KAAK,mCAAR,4BAAuE,IAFzE,mEAKA,yBACE,uEAEF,4IAIA,2FACA,oGAGA,yBACE,yEAEF,iGAGA,yBACE,6EAEF,qPAMA,yBACE,6CAEF,qGAGA,0BACE,yHAIA,4HAIA,iGAGA,mFACA,wJAIA,2LAKA,8TAQF,4CACA,0BACE,uKAIA,gGAEE,0BACE,mDACA,mFACA,gFACA,sGAON,yBACE,kDAEF,8HAIA,0BACE,6CACA,+CACA,8CAEF,yBACE,oDAEF,0PAMA,orBAYA,gbAQA,sLAKA,yBACE,+CAEF,mHAEyB,2CAFzB,yDAKA,0LAKA,qIAIA,iDACA,0BACE,kEACA,2EACA,8HAKF,qDACA,0BACE,0DACA,6EACA,qEACA,iEACA,+CACA,sIAIA,sGAIA,8DACA,8HAIA,2DACA,sDACA,uIAIA,qGAIA,kHAIA,8HAIA,+LAKA,yVAOA,0GAKF,yBACE,mDAEF,uJAIA,gQAMA,0BACE,yGAIA,wHAIA,wDACA,sNAKA,+DACA,sJAKF,0QAMA,yBACE,yEAEF,ubAQA,8QAsBN,UAZ0B,WACxB,OACE,gBAAC,IAAD,KACE,gBAAC,IAAD,CACEZ,MAAM,iBACNC,IAAK,gBAAC,IAAD,MACLE,QAAS,gBAACe,EAAD","file":"component---src-pages-legal-acceptable-use-js-7233272148fc286ed63d.js","sourcesContent":["import { Link } from \"gatsby\";\r\nimport React from \"react\";\r\nimport { Nav } from \"react-bootstrap\";\r\nimport * as styles from \"./LegalNav.module.scss\";\r\n\r\nconst LegalNav = () => {\r\n const styleProps = {\r\n className: styles.link,\r\n activeClassName: styles.active,\r\n };\r\n\r\n return (\r\n \r\n );\r\n};\r\n\r\nexport default LegalNav;\r\n","// extracted by mini-css-extract-plugin\nexport var link = \"LegalNav-module--link--FMezw\";\nexport var active = \"LegalNav-module--active--2hxwb\";","import React from \"react\";\r\nimport { Container, Row, Col, Button } from \"react-bootstrap\";\r\nimport LegalNav from \"../LegalNav/LegalNav\";\r\nimport Masthead from \"../Masthead/Masthead\";\r\nimport * as styles from \"./SidebarLayout.module.scss\";\r\n\r\nconst SidebarLayout = ({\r\n title = \"Legal\",\r\n nav = ,\r\n content =

Please choose a page from the menu

,\r\n}) => {\r\n return (\r\n <>\r\n \r\n

{title}

\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n {nav}\r\n \r\n {content}\r\n \r\n \r\n
\r\n \r\n );\r\n};\r\n\r\nexport default SidebarLayout;\r\n","// extracted by mini-css-extract-plugin\nexport var root = \"SidebarLayout-module--root--McAXx\";\nexport var menuButton = \"SidebarLayout-module--menuButton--1pKtC\";","import React from \"react\";\r\nimport Layout from \"../../components/Layout/Layout\";\r\nimport SidebarLayout from \"../../components/SidebarLayout/SidebarLayout\";\r\nimport LegalNav from \"../../components/LegalNav/LegalNav\";\r\n\r\nconst Content = () => {\r\n return (\r\n <>\r\n

\r\n This acceptable use policy sets out the content standards that apply\r\n when you upload content to our site, make contact with other users on\r\n our site, link to our site, or interact with our site in any other way.\r\n

\r\n \r\n

\r\n Who we are and how to contact us?\r\n

\r\n

\r\n tcardsonline is a site operated by T Cards Direct (“we\" “us”) the owner\r\n of the website.\r\n

\r\n

\r\n We are M Heine, PD Heine & SJ Richetta, a Partnership trading as T Cards\r\n Direct. Our trading address is T Cards Direct, Lillian House, Clearway,\r\n Addington, Kent, ME19 5BP United Kingdom. Our VAT number is: GB203 8800\r\n 88.\r\n

\r\n

\r\n To contact us, please email us at{\" \"}\r\n support@tcardsonline.com{\" \"}\r\n or telephone our customer service line on 00 44 (0)1732 871417.\r\n

\r\n

\r\n By using our site, you accept these terms\r\n

\r\n

\r\n By using our site, you confirm that you accept the terms of this policy\r\n and that you agree to comply with them.\r\n

\r\n

If you do not agree to these terms, you must not use our site.

\r\n

\r\n We recommend that you print a copy of these terms for future reference.\r\n

\r\n

\r\n There are other terms that may apply to you\r\n

\r\n

\r\n Our Website Terms and Conditions also apply to your use of our site.\r\n

\r\n

\r\n We may make changes to the terms of this policy\r\n

\r\n

\r\n We amend these terms from time to time. Every time you wish to use our\r\n site, please check these terms to ensure you understand the terms that\r\n apply at that time. These terms were most recently updated in August\r\n 2021.\r\n

\r\n

\r\n Prohibited uses\r\n

\r\n

\r\n You may use our site only for lawful purposes. You may not use our site:\r\n

\r\n \r\n

You also agree:

\r\n \r\n

\r\n Interactive services\r\n

\r\n

\r\n We may from time to time provide interactive services on our site,\r\n including, without limitation:\r\n

\r\n \r\n

\r\n (interactive services)\r\n

\r\n

\r\n Where we do provide any interactive service, we will provide clear\r\n information to you about the kind of service offered, if it is moderated\r\n and what form of moderation is used (including whether it is human or\r\n technical).\r\n

\r\n

\r\n We will do our best to assess any possible risks for users (and in\r\n particular, for children) from third parties when they use any\r\n interactive service provided on our site, and we will decide in each\r\n case whether it is appropriate to use moderation of the relevant service\r\n (including what kind of moderation to use) in the light of those risks.\r\n However, we are under no obligation to oversee, monitor or moderate any\r\n interactive service we provide on our site, and we expressly exclude our\r\n liability for any loss or damage arising from the use of any interactive\r\n service by a user in contravention of our content standards, whether the\r\n service is moderated or not.\r\n

\r\n

\r\n The use of any of our interactive services by a minor is subject to the\r\n consent of their parent or guardian. We advise parents who permit their\r\n children to use an interactive service that it is important that they\r\n communicate with their children about their safety online, as moderation\r\n is not fool proof. Minors who are using any interactive service should\r\n be made aware of the potential risks to them.\r\n

\r\n

\r\n Where we do moderate an interactive service, we will normally provide\r\n you with a means of contacting the moderator, should a concern or\r\n difficulty arise.\r\n

\r\n

\r\n Content standards\r\n

\r\n

\r\n These content standards apply to any and all material which you\r\n contribute to our site (Contribution), and to any interactive\r\n services associated with it.\r\n

\r\n

\r\n The Content Standards must be complied with in spirit as well as to the\r\n letter. The standards apply to each part of any Contribution as well as\r\n to its whole.\r\n

\r\n

\r\n Ideal Cleaning will determine, in its discretion, whether a Contribution\r\n breaches the Content Standards.\r\n

\r\n

A Contribution must:

\r\n \r\n

A Contribution must not:

\r\n \r\n
  • Be defamatory of any person.
  • \r\n
  • Be obscene, offensive, hateful or inflammatory.
  • \r\n
  • Bully, insult, intimidate or humiliate.
  • \r\n
  • Promote sexually explicit material.
  • \r\n
  • Promote violence.
  • \r\n
  • \r\n Promote discrimination based on race, sex, religion, nationality,\r\n disability, sexual orientation or age.\r\n
  • \r\n
  • \r\n Infringe any copyright, database right or trademark of any other\r\n person.\r\n
  • \r\n
  • Be likely to deceive any person.
  • \r\n
  • \r\n Breach any legal duty owed to a third party, such as a contractual\r\n duty or a duty of confidence.\r\n
  • \r\n
  • Promote any illegal activity.
  • \r\n
  • Be in contempt of court.
  • \r\n
  • \r\n Be threatening, abuse or invade another's privacy, or cause annoyance,\r\n inconvenience or needless anxiety.\r\n
  • \r\n
  • \r\n Be likely to harass, upset, embarrass, alarm or annoy any other\r\n person.\r\n
  • \r\n
  • \r\n Impersonate any person or misrepresent your identity or affiliation\r\n with any person.\r\n
  • \r\n
  • \r\n Give the impression that the Contribution emanates from Ideal\r\n Cleaning. if this is not the case.\r\n
  • \r\n
  • \r\n Advocate, promote, incite any party to commit, or assist any unlawful\r\n or criminal act such as (by way of example only) copyright\r\n infringement or computer misuse.\r\n
  • \r\n
  • \r\n Contain a statement which you know or believe, or have reasonable\r\n grounds for believing, that members of the public to whom the\r\n statement is, or is to be, published are likely to understand as a\r\n direct or indirect encouragement or other inducement to the\r\n commission, preparation or instigation of acts of terrorism.\r\n
  • \r\n
  • \r\n Contain any advertising, promote any services, or web links to other\r\n sites.\r\n
  • \r\n
    \r\n

    \r\n Breach of this policy\r\n

    \r\n

    \r\n When we consider that a breach of this acceptable use policy has\r\n occurred, we may take such action as we deem appropriate.\r\n

    \r\n

    \r\n Failure to comply with this acceptable use policy constitutes a material\r\n breach of the Website Terms and Conditions upon which you are permitted\r\n to use our site, and may result in our taking all or any of the\r\n following actions:\r\n

    \r\n \r\n

    \r\n We exclude our liability for all action we may take in response to\r\n breaches of this acceptable use policy. The actions we may take are not\r\n limited to those described above, and we may take any other action we\r\n reasonably deem appropriate.\r\n

    \r\n

    \r\n Which country's laws apply to any disputes?\r\n

    \r\n

    \r\n If you are a consumer, please note that the terms of this policy, its\r\n subject matter and its formation are governed by English law. You and we\r\n both agree that the courts of England and Wales will have exclusive\r\n jurisdiction except that if you are a resident of Northern Ireland you\r\n may also bring proceedings in Northern Ireland, and if you are resident\r\n of Scotland, you may also bring proceedings in Scotland.\r\n

    \r\n

    \r\n If you are a business, the terms of this policy, its subject matter and\r\n its formation (and any non-contractual disputes or claims) are governed\r\n by English law. We both agree to the exclusive jurisdiction of the\r\n courts of England and Wales.\r\n

    \r\n \r\n );\r\n};\r\n\r\nconst AcceptableUsePage = () => {\r\n return (\r\n \r\n }\r\n content={}\r\n />\r\n \r\n );\r\n};\r\n\r\nexport default AcceptableUsePage;\r\n"],"sourceRoot":""}